arm: remove the hack for loading vmlinux images
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Mar 2012 14:26:46 +0000 (14:26 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Mar 2012 14:26:46 +0000 (14:26 +0000)
commit789308dfa1fc779e033e28e12373d344ee7c957f
tree7838d91ad9713bc278cc4c73614a4adb7f7d05dc
parente7df25ebdf8f302c440412c5eae3818a82dd5386
arm: remove the hack for loading vmlinux images

Don't adjust the RAM location/size when loading an ELF for dom0.  It
was vmlinux specific and no longer needed because Linux can be loaded
from a zImage.  Support for loading ELF images is not removed as it
may be useful for loading things other than the Linux kernel.

This also makes preparing the device tree for dom0 easier.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/kernel.c